home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / morbus.swf / scripts / DefineButton2_2591 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2007-03-20  |  143 b   |  9 lines

  1. on(release){
  2.    if(_root.c < "100")
  3.    {
  4.       _root.hp.hpalways += 2;
  5.       _root.soundd.gotoAndPlay(4);
  6.       gotoAndStop(1);
  7.    }
  8. }
  9.